PROCOMM PLUS 32 Virtual Key code example-
VIRTKEY4.WAS (4/29/98)


Should I use this script?
-------------------------

VIRTKEY4.WAS is an example script that runs NOTEPAD.EXE 
and issues commands to Notepad via virtual key code.  
The script opens Notepad, types some strings on the 
screen, saves them in a file and exits Notepad.

In order to successfully run this script more that 
once, you must either delete the TEST.TXT file that is 
created in the Program Files/Procomm Plus/aspect folder 
or answer yes to the replace file dialog within five seconds.


How do I install VIRTKEY4.WAX?
----------------------------

Copy VIRTKEY4.WAS to your ASEPCT folder and compile it.


How do I run VIRTKEY4.WAX?
------------------------

From the Action Bar:

1) Click on the Script File drop down menu.
2) Select VIRTKEY4.

From the Menu Bar: 

1) Click on Tools, move to Scripts and click on Run.
2) Select VERTKEY4.WAX.
3) Click on Open.

From the Procomm Plus Terminal window:

1) Press Alt+F5.
2) Select VERTKEY4.WAX.
3) Click on Open.

NOTE: If VERTKEY4.WAX does not appear in the Script file 
      drop down list, you might have a different default 
      ASPECT path.  to change the path, go to 
      Options | Data Options | Paths in the menu bar.  
      Change the Script path to 
      /Program File/Procomm Plus/aspect (provided that 
      is where you have installed Procomm Plus 32).


Additional Information:
------------------------

VIRTKEY4.WAS is a teaching script that shows how to send 
virtual key codes to a window that has focus.

Notice that strings that are to be sent to that open 
program are sent using the sendkeystr ASPECT command.

Notice all the pauses in the script.  These pauses are 
necessary for the script to run smoothly.